From: Maximilian Engelhardt Date: Wed, 18 Jan 2023 23:14:25 +0000 (+0100) Subject: d/control: change Depends from lsb-base to sysvinit-utils X-Git-Tag: archive/raspbian/4.17.1+2-gb773c48e36-1+rpi1~1^2~51 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=572798d2135bd4c277dc9534d564134370b9823d;p=xen.git d/control: change Depends from lsb-base to sysvinit-utils lsb-base is now a transitional package depending on sysvinit-utils. Thus, depending on lsb-base now gives the following lintian error: E: xen-utils-common: depends-on-obsolete-package Depends: lsb-base Keep lsb-base as an optional dependency to allow backporting to bullseye. Signed-off-by: Maximilian Engelhardt --- diff --git a/debian/control b/debian/control index 69ab5ab1cd..abf7256dd5 100644 --- a/debian/control +++ b/debian/control @@ -62,8 +62,10 @@ Description: Xenstore command line utilities for Xen Package: xen-utils-common Section: admin Architecture: amd64 armhf arm64 -Depends: lsb-base, udev, xenstore-utils, +Depends: sysvinit-utils (>= 3.05-4~) | lsb-base, udev, xenstore-utils, ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends} +# The "| lsb-base" is needed for backporting to bullseye. It can be removed +# once backporting to bullseye is no longer needed. Suggests: xen-doc Description: Xen administrative tools - common files The userspace tools to manage a system virtualized through the Xen virtual